home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 1999 May / SGI IRIX 6.5 Applications 1999 May.iso / dist / nss_fasttrack.idb / var / netscape / fasttrack / include / base / sem.h.z / sem.h
C/C++ Source or Header  |  1998-10-13  |  559b  |  27 lines

  1. /*
  2.    PROPRIETARY SOURCE CODE OF NETSCAPE COMMUNICATIONS CORPORATION.
  3.  
  4.    Copyright (c) 1994, 1995, 1996, and 1997 Netscape Communications
  5.    Corporation.  All rights reserved.
  6.  
  7.    Use of this Source Code is subject to the terms of the applicable
  8.    license agreement from Netscape Communications Corporation.
  9. */
  10.  
  11. #ifndef PUBLIC_BASE_SEM_H
  12. #define PUBLIC_BASE_SEM_H
  13.  
  14. /*
  15.  * File:        sem.h
  16.  *
  17.  * Description:
  18.  *
  19.  *      Deprecated include file.
  20.  */
  21.  
  22. #ifndef PUBLIC_NSAPI_H
  23. #include "../nsapi.h"
  24. #endif /* !PUBLIC_NSAPI_H */
  25.  
  26. #endif /* !PUBLIC_BASE_SEM_H */
  27.